Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Printing /
Chapter 2 - Core Printing Features / Core Printing Features Reference
Constants and Data Types


Edit Menu Location

When displaying QuickDraw GX print dialog boxes, your application needs to specify the location of the Edit menu and its menu items. Your application specifies the location of the Edit menu and its menu items in the Edit menu structure. The Edit menu structure is defined as follows:

struct gxEditMenuRecord {
   short    editMenuID;    
   short    cutItem;       
   short    copyItem;      
   short    pasteItem;     
   short    clearItem;     
   short    undoItem;      
} gxEditMenuRecord;
Field Description
editMenuID
Your application's resource ID for the Edit menu.
cutItem
The position of the cut menu item under the Edit menu.
copyItem
The position of the copy menu item under the Edit menu.
pasteItem
The position of the paste menu item under the Edit menu.
clearItem
The position of the clear menu item under the Edit menu.
undoItem
The position of the undo menu item under the Edit menu.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help